home *** CD-ROM | disk | FTP | other *** search
- if(_root.CacheBaril2.hitTest(_root.Meg._x,_root.Meg._y,true) and Touche == false)
- {
- Touche = true;
- set("/Variables:Vie",eval("/Variables:Vie") - 10);
- if(eval("/Variables:Vie") < 1)
- {
- set("/Variables:Vie",0);
- tellTarget("_root")
- {
- gotoAndStop("MegMeurt");
- play();
- }
- }
- if(eval("/Variables:MegCri") == false)
- {
- tellTarget("_root.Sons")
- {
- gotoAndStop("MegCri");
- play();
- }
- }
- setProperty("/Inventaire/BarreVie2/BarreVie3/Gage2", _width, eval("/Variables:GageLargeur") * (eval("/Variables:Vie") / 100));
- }
-